retire html_entitize, xml_entitize. (#906)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Thu, 4 Aug 2022 17:39:14 +0000 (11:39 -0600)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 17:39:14 +0000 (11:39 -0600)
commitb4df69d89b25c8129901e9a825d55b64ed94cea8
treed18fa94304bba17ccef6094602b3f6a30d1ef70f
parentdcdbb6a90353231497273d3062c2cd5d396e1d6e
retire html_entitize, xml_entitize. (#906)

* retire html_entitize, xml_entitize.

in favor of QString::toHtmlEscaped() and XmlStreamWriter.

* delete obsolete entity struct.
defs.h
html.cc
kml.cc
util.cc